home *** CD-ROM | disk | FTP | other *** search
- ;This is an example AmigaDos script for running the program from RAM:
- ;and keeping the database in an archive in order to save space.
-
- ;first copy everything from the BarTender directory on your harddrive
-
- copy BarTender#? RAM:
-
- ;change directories
-
- cd RAM:
-
- ;now unpack the BarTender.db.lha file
-
- LHA x BarTender.db.lha
-
- ;and then run the program
-
- RUN BarTender